Changeset 4203 for trunk/src/seismic_processing/ewspectra/makefile.sol
- Timestamp:
- 05/05/11 18:56:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/seismic_processing/ewspectra/makefile.sol
r4195 r4203 23 23 iir.o 24 24 25 OBJSc = compute_spectra.O25 OBJSc = activate_module.o 26 26 27 27 OBJSs = sniffspectra.o … … 31 31 $(CC) $(CFLAGS) -o $B/ewspectra $(OBJS) $(EW_LIBS) $(LIBS) 32 32 33 compute_spectra: $(OBJS) $(EW_LIBS)34 $(CC) $(CFLAGS) -o $B/ compute_spectra$(OBJS) $(EW_LIBS) $(LIBS)33 activate_module: $(OBJS) $(EW_LIBS) 34 $(CC) $(CFLAGS) -o $B/activate_module $(OBJS) $(EW_LIBS) $(LIBS) 35 35 36 36 sniffspectra: $(OBJS) $(EW_LIBS) … … 38 38 39 39 lint: 40 lint ewspectra.c iir.c compute_spectra.c sniffspectra.c \40 lint ewspectra.c iir.c activate_module.c sniffspectra.c \ 41 41 $(GLOBALFLAGS) 42 42 … … 46 46 47 47 clean_bin: 48 rm -f $B/ewspectra $B/ compute_spectra$B/sniffspectra48 rm -f $B/ewspectra $B/activate_module $B/sniffspectra 49 49 50 50
Note: See TracChangeset
for help on using the changeset viewer.