Changeset 4632 for pjproject/trunk/pjlib/build/Makefile
- Timestamp:
- Oct 23, 2013 6:39:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/build/Makefile
r4308 r4632 78 78 79 79 80 .PHONY: dep depend pjlib pjlib-test clean realclean distclean 80 .PHONY: dep depend clean realclean distclean 81 .PHONY: $(TARGETS) 82 .PHONY: $(PJLIB_LIB) $(TEST_EXE) 81 83 82 84 dep: depend 83 85 84 pjlib: ../include/pj/config_site.h 86 pjlib: $(PJLIB_LIB) 87 $(PJLIB_LIB): ../include/pj/config_site.h 85 88 $(MAKE) -f $(RULES_MAK) APP=PJLIB app=pjlib $(PJLIB_LIB) 86 89 87 90 ../include/pj/config_site.h: 88 91 touch ../include/pj/config_site.h 89 90 pjlib-test: pjlib 92 93 pjlib-test: $(TEST_EXE) 94 $(TEST_EXE): $(PJLIB_LIB) 91 95 $(MAKE) -f $(RULES_MAK) APP=TEST app=pjlib-test $(TEST_EXE) 92 96
Note: See TracChangeset
for help on using the changeset viewer.