Changeset 3957 for branches/blt4/examples/objects/plot
- Timestamp:
- Sep 24, 2013, 4:40:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/examples/objects/plot/Makefile.in
r2172 r3957 42 42 plot 43 43 44 .PHONY: all install clean distclean 45 44 46 all: $(PROGS) 45 47 … … 47 49 $(CXX) $(CXX_SWITCHES) -o $@ $< $(LIBS) 48 50 49 install: 51 install: all 50 52 $(MKDIR_P) -m 0755 $(destdir) 51 53 for i in $(FILES) ; do \
Note: See TracChangeset
for help on using the changeset viewer.