Changeset 195 for branches/client-1.5/src
- Timestamp:
- May 18, 2009, 11:24:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/Makefile.kmk
r181 r195 14 14 DEPTH = .. 15 15 16 TOOL = GCC3OMF 16 ndpsmb_TOOL = GCC3OMF 17 ndpsmb_RCTOOL = OPENWATCOM 17 18 18 19 DLLS = ndpsmb … … 45 46 $(SAMBA)/source/lib/talloc \ 46 47 $(SAMBA)/source/librpc \ 47 $(SAMBA)/source/tdb/include 48 $(SAMBA)/source/tdb/include \ 49 $(GCC_INC) 48 50 49 51 ndpsmb_LIBS = libsmbclient.a socket.a … … 54 56 55 57 #build other files (e.g. help) 56 OTHERS = $(PATH_BIN)/ndpsmb.hlp $(PATH_BIN)/readme.txt58 OTHERS = /rc/rc.ipf $(PATH_BIN)/ndpsmb.hlp $(PATH_BIN)/readme.txt 57 59 OTHER_CLEAN = $(PATH_BIN)/ndpsmb.hlp $(PATH_BIN)/readme.txt 58 60 … … 88 90 @BldLevelInf0.cmd $(VERSION) $(BUILD) 89 91 92 # substitute macros in ipf file 93 /rc/rc.ipf: Config.kmk ./rc/rc.ipf 94 $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" ./rc/rc.ipf \ 95 | $(SED) "s;_BUILD_;$(BUILD);g" \ 96 > rc.ipf 97 90 98 # compile help file 91 $(PATH_BIN)/ndpsmb.hlp: ./rc/rc.ipf ./rc/rc.h ./H/hmacros.h config.kmk92 -gcc -E -I./h -I./rc -x c ./rc/rc.ipf > rc.i99 $(PATH_BIN)/ndpsmb.hlp: rc.ipf ./rc/rc.h ./H/hmacros.h config.kmk 100 -gcc -E -I./h -I./rc -x c rc.ipf > rc.i 93 101 -@mkdir $(PATH_BIN) 94 102 $(TOOLKIT)\bin\ipfc.exe rc.i $(PATH_BIN)/ndpsmb.hlp /COUNTRY=001 /CODEPAGE=850 95 103 rm rc.i 104 rm rc.ipf 96 105 97 106 # substitute macros in docs
Note:
See TracChangeset
for help on using the changeset viewer.