Changeset 220 for trunk/src/helpers/makefile
- Timestamp:
- Sep 2, 2002, 4:00:04 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/makefile
r209 r220 149 149 # to execute the LIB command once for each dependent file in the list. 150 150 151 $(OUTPUTDIR)\helpers.lib: $(OBJS) 151 $(OUTPUTDIR)\helpers.lib: $(OBJS) makefile 152 152 !ifdef EMX 153 153 !emxomfar cr $* $? 154 154 !else 155 !ilib /nol /nob $* -+$?; 155 rm -f $@ 156 ilib /nol /nob $@ @<<$(TEMP)\ilib.lnk 157 +$(OBJS: =&^ 158 ); 159 <<KEEP 156 160 !endif 157 161 158 162 # same thing for cp.lib 159 $(OUTPUTDIR)\cp.lib: $(CPOBJS) 163 $(OUTPUTDIR)\cp.lib: $(CPOBJS) makefile 160 164 !ifdef EMX 161 165 !emxomfar cr $* $? 162 166 !else 163 !ilib /nol /nob $* -+$?; 167 rm -f $@ 168 ilib /nol /nob $@ @<< 169 +$(CPOBJS: =&^ 170 ); 171 <<KEEP 164 172 !endif 165 173 166 174 # same thing for plainc.lib 167 $(OUTPUTDIR)\plainc.lib: $(PLAINCOBJS) 175 $(OUTPUTDIR)\plainc.lib: $(PLAINCOBJS) makefile 168 176 !ifdef EMX 169 177 !emxomfar cr $* $? 170 178 !else 171 !ilib /nol /nob $* -+$?; 179 rm -f $@ 180 ilib /nol /nob $@ @<< 181 +$(PLAINCOBJS: =&^ 182 ); 183 <<KEEP 172 184 !endif 173 185
Note:
See TracChangeset
for help on using the changeset viewer.