Changeset 3956 for branches/blt4/examples/zoo/parallelepiped/Makefile.in
- Timestamp:
- Sep 24, 2013, 4:38:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/examples/zoo/parallelepiped/Makefile.in
r2211 r3956 21 21 destdir = $(prefix)/examples/zoo/parallelepiped 22 22 23 .PHONY: all install clean distclean 24 23 25 all: 24 26 25 install: 27 install: all 26 28 $(MKDIR_P) -m 0755 $(destdir) 27 29 for i in $(FILES) ; do \ … … 31 33 clean: 32 34 33 distclean: 35 distclean: clean 34 36 $(RM) Makefile *~
Note: See TracChangeset
for help on using the changeset viewer.