Changeset 3618
- Timestamp:
- Mar 31, 2005, 6:03:24 PM (21 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 3 edited
-
glueforge.in (modified) (2 diffs)
-
templates/psdb/configure_ac.tt (modified) (1 diff)
-
templates/psdb/src_makefile_am.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/glueforge.in
r3617 r3618 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: glueforge.in,v 1. 2 2005-04-01 03:58:22jhoblitt Exp $5 # $Id: glueforge.in,v 1.3 2005-04-01 04:03:24 jhoblitt Exp $ 6 6 7 7 use strict; … … 52 52 53 53 $data{data_type} = $data{table_name} . "Row"; 54 $data{lib_name} = $data{table_name} . "db"; 54 55 $data{namespace} = $data{table_name}; 55 56 -
trunk/glueforge/templates/psdb/configure_ac.tt
r3603 r3618 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT([[% table_name %]db], [0.0.1], [pan-starrs.ifa.hawaii.edu])2 AC_INIT([[% lib_name %]], [0.0.1], [pan-starrs.ifa.hawaii.edu]) 3 3 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) 4 4 AM_CONFIG_HEADER(src/config.h) -
trunk/glueforge/templates/psdb/src_makefile_am.tt
r3616 r3618 2 2 AM_LIBS = $(PSLIB_LIBS) 3 3 4 include_HEADERS=[% table_name %]db.h5 lib_LTLIBRARIES = lib[% table_name %]db.la6 lib[% table_name %]db_la_LDFLAGS = -release @PACKAGE_VERSION@7 lib[% table_name %]db_la_SOURCES =\8 [% table_name %]db.h\9 [% table_name %]db.c4 include_HEADERS=[% lib_name %].h 5 lib_LTLIBRARIES = lib[% lib_name %].la 6 lib[% lib_name %]_la_LDFLAGS = -release @PACKAGE_VERSION@ 7 lib[% lib_name %]_la_SOURCES =\ 8 [% lib_name %].h\ 9 [% lib_name %].c
Note:
See TracChangeset
for help on using the changeset viewer.
