Changeset 2 for pjproject/main/Makefile


Ignore:
Timestamp:
Nov 1, 2005 4:42:51 PM (18 years ago)
Author:
bennylp
Message:

Added suppor /and fix things for SunOS port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/Makefile

    r1 r2  
    11DIRS = pjlib pjsdp pjmedia pjsip 
    22 
    3 MAKE_FLAGS := TARGET=$(TARGET) 
    4  
    53ifdef MINSIZE 
    6 MAKE_FLAGS := $(MAKE_FLAGS) MINSIZE=1 
     4MAKE_FLAGS := MINSIZE=1 
    75endif 
    86 
     
    2220BINS = pjsip/bin/pjsua$(EXE)  
    2321 
    24 include pjlib/build/make-$(TARGET).inc 
    25  
    2622size: 
    27         @echo 'TARGET=$(TARGET)' 
    2823        @echo -n 'Date: ' 
    2924        @date 
     
    4237        done 
    4338 
     39dos2unix: 
     40        for f in `find . | egrep '(mak|h|c|S|s|Makefile)$$'`; do \ 
     41                dos2unix "$$f" > dos2unix.tmp; \ 
     42                cp dos2unix.tmp "$$f"; \ 
     43        done 
     44        rm -f dos2unix.tmp 
     45 
Note: See TracChangeset for help on using the changeset viewer.