Overview
Comment: | Removed cruft from Makefile (pre -cc code). |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
02f75934ccf57526368f0cc251bdbb4c |
User & Date: | geraint@users.sourceforge.net on 2002-04-27 10:10:43 |
Other Links: | branch diff | manifest | tags |
Context
2002-04-27
| ||
11:07:17 |
Fixed [ 549265 ] make install-doc fails (cp mtt_toc.html) Replaced "mtt.html mtt_toc.html" with "mtt*html". This works regardless of local texi2html options. check-in: 96502b63ae user: geraint@users.sourceforge.net tags: origin/master, trunk | |
10:10:43 | Removed cruft from Makefile (pre -cc code). check-in: 02f75934cc user: geraint@users.sourceforge.net tags: origin/master, trunk | |
09:27:18 |
Removed obsolete file struc2gnuplot_txt.cc. trans/struc2gnuplot_txt2wish does a similar job much better. check-in: 0f30a7073b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/cc/Makefile from [fef01bbbdc] to [943d4cbedc].
1 |
| < < | < < < | < < < < < | | | < | < | < < < < < < < | < < < < < < < < < < < < < < < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 | CXX ?= g++ build: parse_m2cc.exe .PHONY: FORCE clean: FORCE @-rm -f parse_m2cc.exe parse_m2cc.exe: parse_m2cc.cc @$(CXX) $< $(CFLAGS) -o $@ -I./include @strip $@ |