Changeset 3351 for pjproject/trunk
- Timestamp:
- Oct 21, 2010 2:21:37 AM (14 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/Makefile
r3063 r3351 1 1 include build.mak 2 2 include build/host-$(HOST_NAME).mak 3 -include user.mak 3 4 4 DIRS = pjlib pjlib-util pjnath third_party pjmedia pjsip pjsip-apps5 DIRS = pjlib/build pjlib-util/build pjnath/build third_party/build pjmedia/build pjsip/build pjsip-apps/build $(EXTRA_DIRS) 5 6 6 7 ifdef MINSIZE … … 10 11 all clean dep depend distclean print realclean: 11 12 for dir in $(DIRS); do \ 12 if $(MAKE) $(MAKE_FLAGS) -C $$dir /build$@; then \13 if $(MAKE) $(MAKE_FLAGS) -C $$dir $@; then \ 13 14 true; \ 14 15 else \ -
pjproject/trunk/pjsip-apps/src/python/Makefile
r2346 r3351 1 1 all: 2 python setup.py install2 python setup.py build 3 3 4 4 clean:
Note: See TracChangeset
for help on using the changeset viewer.