Annotation of sql/pgsql/Makefile.am, revision 1.7
1.1 parser 1: SUBDIRS = libltdl
2:
3: LIBTOOL_DEPS = @LIBTOOL_DEPS@
4: libtool: $(LIBTOOL_DEPS)
5: $(SHELL) ./config.status --recheck
6:
7:
1.6 paf 8: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(PGSQL_INC)
1.1 parser 9:
1.4 paf 10: noinst_HEADERS = config_includes.h
1.3 paf 11: lib_LTLIBRARIES = libparser3pgsql.la
1.4 paf 12: libparser3pgsql_la_SOURCES = parser3pgsql.C
1.3 paf 13: libparser3pgsql_la_LIBADD = $(LIBLTDL)
14: libparser3pgsql_la_LDFLAGS = -module -avoid-version
1.4 paf 15:
16: EXTRA_DIST=config_fixed.h
1.5 paf 17:
18: update:
19: cvs update
1.7 ! paf 20: $(MAKE)
! 21:
! 22: commit:
! 23: # trick to make 'make' happy at check out time
! 24: # without this aclocal.m4 never updates
! 25: # and becomes older than it's prerequisities
! 26: # thus causing redundant remaking:
! 27: # aclocal+autoconf+automake
! 28:
! 29: cvs commit -m "no message" -f acinclude.m4
! 30: # cvs commit -m "no message" -f acconfig.h
! 31: cvs commit -m "no message" -f aclocal.m4
! 32: cvs commit -m "no message" -f Makefile.am
! 33: cvs commit -m "no message" -f Makefile.in
! 34: cvs commit -m "no message" -f configure
! 35:
! 36: cvs commit
! 37:
! 38: happy: update install-exec
E-mail: