Changeset 54336c in git
- Timestamp:
- Apr 28, 2010, 9:00:55 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 9a080b3d1c6dd0b2b2039a9bb0c544ff102b9236
- Parents:
- 38a5d693718c3338d514a11b5e99cd2e14788e6d
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-04-28 21:00:55+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:49:05+01:00
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
coeffs/Makefile.in
r38a5d69 r54336c 83 83 tags: 84 84 ctags *.c *.h *.cc *.inc 85 86 all: libcoeffs.a 87 88 install: all 89 ${MKINSTALLDIRS} ${includedir} 90 ${MKINSTALLDIRS} ${libdir} 91 ${INSTALL_DATA} libcoeffs.a ${libdir}/libcoeffs.a 92 # $(INSTALL_DATA) output.h $(includedir)/output.h -
output/Makefile.in
r38a5d69 r54336c 71 71 72 72 install: all 73 ${MKINSTALLDIRS} $ (includedir)74 $ (MKINSTALLDIRS) $(libdir)75 $ (INSTALL_DATA) output.a $(libdir)/liboutput.a76 $ (INSTALL_DATA) output.h $(includedir)/output.h73 ${MKINSTALLDIRS} ${includedir} 74 ${MKINSTALLDIRS} ${libdir} 75 ${INSTALL_DATA} output.a ${libdir}/liboutput.a 76 ${INSTALL_DATA} output.h ${includedir}/output.h 77 77 78 78 ##
Note: See TracChangeset
for help on using the changeset viewer.