Changeset 2418 for trunk/build_support/Makefile.am
- Timestamp:
- Jan 30, 2011, 4:43:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/Makefile.am
r2328 r2418 3 3 ## $Id$ 4 4 5 # Copyright (C) 2008, 2009, 2010 Peter Johansson5 # Copyright (C) 2008, 2009, 2010, 2011 Peter Johansson 6 6 # 7 7 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 28 28 29 29 EXTRA_DIST = move-if-change yat-config.in yat.pc.in 30 31 32 30 33 31 edit = $(SED) \ … … 73 71 @echo creating $@ 74 72 75 yat.pc: Makefile $(srcdir)/yat.pc.in 76 @rm -f $@ $@.tmp 77 @echo "# $@ generated by make from yat.pc.in" > $@.tmp 78 @$(edit) '$(srcdir)/$@.in' >>$@.tmp 79 @chmod a-w $@.tmp 80 @mv $@.tmp $@ 81 @echo creating $@ 73 yat.pc: $(srcdir)/yat.pc.in gen_yat_pc.sh Makefile 74 @$(SHELL) gen_yat_pc.sh --prefix="$(prefix)" --exec-prefix="$(exec_prefix)" \ 75 --libdir="$(libdir)" --includedir="$(includedir)" \ 76 --input="$(srcdir)/yat.pc.in" > $@-t && mv $@-t $@ 77 82 78 83 79 install-exec-hook:
Note: See TracChangeset
for help on using the changeset viewer.