Changeset 1505
- Timestamp:
- Sep 16, 2008, 7:03:27 PM (15 years ago)
- Location:
- trunk/build_support
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/Makefile.am
r1504 r1505 35 35 36 36 edit = sed \ 37 -e 's|@SHELL[@]|$(SHELL)|g' \ 37 38 -e 's|@prefix[@]|$(prefix)|g' \ 38 39 -e 's|@exec_prefix[@]|$(exec_prefix)|g' \ … … 51 52 -e 's|@PACKAGE[@]|$(PACKAGE)|g' \ 52 53 -e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \ 53 -e 's|@YAT_LIBNAME[@]|$(YAT_LIBNAME)|g' 54 -e 's|@ECHO[@]|$(ECHO)|g' \ 55 -e 's|@VERSION[@]|$(VERSION)|g' \ 56 -e 's|@YAT_MAJOR_VERSION[@]|$(YAT_MAJOR_VERSION)|g' \ 57 -e 's|@YAT_MINOR_VERSION[@]|$(YAT_MINOR_VERSION)|g' \ 58 -e 's|@YAT_PATCH_VERSION[@]|$(YAT_PATCH_VERSION)|g' \ 59 -e 's|@YAT_DEV_BUILD[@]|$(YAT_DEV_BUILD)|g' \ 60 -e 's|@YAT_LIBNAME[@]|$(YAT_LIBNAME)|g' \ 61 -e 's|@gsl_version[@]|$(gsl_version)|g' \ 62 -e 's|@boost_version[@]|$(boost_version)|g' 54 63 55 64 yat-config: Makefile yat-config.in -
trunk/build_support/yat-config.in
r1487 r1505 1 1 #! @SHELL@ 2 # @configure_input@3 4 2 # $Id$ 3 4 # Generated from yat-config.in by make 5 5 6 6 # Copyright (C) 2008 Peter Johansson -
trunk/build_support/yat.pc.in
r1487 r1505 1 1 # $Id$ 2 3 # Generated from yat.pc.in 2 4 3 5 # Copyright (C) 2008 Peter Johansson
Note: See TracChangeset
for help on using the changeset viewer.