Changeset 1480 in Sophya for trunk/ArchTOIPipe/Processors
- Timestamp:
- Apr 27, 2001, 11:33:51 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Processors/Makefile.in
r1477 r1480 62 62 endif 63 63 64 ifeq ($(CXX), cxx) 65 CXXFLAGS := $(CXXFLAGS) -ptr ../cxx_repository 66 endif 67 64 68 SRCFILES=toisqfilter.cc 65 69 … … 71 75 libatproc.a: $(FILES) 72 76 $(AR) -cr libatproc.a $(FILES) 73 ln libatproc.a ../libatproc.a77 ln -f libatproc.a ../libatproc.a 74 78 75 79 clean:
Note:
See TracChangeset
for help on using the changeset viewer.