Changeset 239 for branches/samba-3.3.x/source/Makefile
- Timestamp:
- May 29, 2009, 9:57:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/Makefile
r206 r239 20 20 smbtorture4_path= 21 21 22 LIBS= 22 LIBS=-lsocket -lsyslog -lurpo 23 23 CC=gcc 24 24 SHLD=shared-libraries-disabled … … 37 37 # (GCC) warnings. This is done automtically for --enable-developer, 38 38 # --enable-picky-developer and --enable-krb5developer. 39 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -W declaration-after-statement -Werror-implicit-function-declaration39 DEVELOPER_CFLAGS=-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Werror-implicit-function-declaration 40 40 CFLAGS= -O -D_SAMBA_BUILD_=3 41 41 CPPFLAGS=-DHAVE_CONFIG_H -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt … … 43 43 EXEEXT=.exe 44 44 AR=ar.exe 45 LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Z high-mem-D__ST_MT_ERRNO__ -s46 LDFLAGS= -pie -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem-D__ST_MT_ERRNO__ -s47 48 WINBIND_NSS_LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Z high-mem-D__ST_MT_ERRNO__ -s45 LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 46 LDFLAGS= -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 47 48 WINBIND_NSS_LDSHFLAGS=shared-libraries-disabled -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 49 49 AWK=gawk 50 PICFLAG= -fPIE50 PICFLAG= 51 51 DYNEXP= 52 PERL=u:/ perl5/bin/perl.exe52 PERL=u:/Perl/bin/perl.exe 53 53 54 54 PIDL_ARGS= … … 82 82 83 83 84 srcdir=U:/D EV/samba-3.3.0/source85 builddir=U:/D EV/samba-3.3.0/source84 srcdir=U:/Develop/Samba/samba-3.3.x/source 85 builddir=U:/Develop/Samba/samba-3.3.x/source 86 86 SHELL=/bin/sh 87 87 DESTDIR=/ … … 1447 1447 bin/replacetort.exe: $(REPLACETORT_OBJ) 1448 1448 @echo Linking $@ 1449 @$(CC) $(FLAGS) -pie-o $@ $(REPLACETORT_OBJ) $(LDFLAGS) \1449 @$(CC) $(FLAGS) -o $@ $(REPLACETORT_OBJ) $(LDFLAGS) \ 1450 1450 $(DYNEXP) $(LIBS) $(POPT_LIBS) $(LIBTALLOC_LIBS) 1451 1451 1452 1452 bin/smbconftort.exe: $(SMBCONFTORT_OBJ) 1453 1453 @echo Linking $@ 1454 @$(CC) $(FLAGS) -pie-o $@ $(SMBCONFTORT_OBJ) $(LDFLAGS) \1454 @$(CC) $(FLAGS) -o $@ $(SMBCONFTORT_OBJ) $(LDFLAGS) \ 1455 1455 $(DYNEXP) $(LIBS) $(LDAP_LIBS) $(POPT_LIBS) \ 1456 1456 $(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.