~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/interfaces/ecpg/Makefile

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
subdir = src/interfaces/ecpg
 
2
top_builddir = ../../..
 
3
include $(top_builddir)/src/Makefile.global
 
4
 
 
5
all install installdirs uninstall dep depend distprep:
 
6
        $(MAKE) -C include $@
 
7
        $(MAKE) -C pgtypeslib $@
 
8
        $(MAKE) -C ecpglib $@
 
9
        $(MAKE) -C compatlib $@
 
10
        $(MAKE) -C preproc $@
 
11
 
 
12
clean distclean maintainer-clean:
 
13
        -$(MAKE) -C include $@
 
14
        -$(MAKE) -C pgtypeslib $@
 
15
        -$(MAKE) -C ecpglib $@
 
16
        -$(MAKE) -C compatlib $@
 
17
        -$(MAKE) -C preproc $@
 
18
        -$(MAKE) -C test clean