mirror of
https://github.com/postgres/postgres.git
synced 2026-03-26 12:26:18 -04:00
to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
13 lines
321 B
Makefile
13 lines
321 B
Makefile
subdir = src/interfaces/ecpg
|
|
top_builddir = ../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
all install installdirs uninstall dep depend distprep:
|
|
$(MAKE) -C include $@
|
|
$(MAKE) -C lib $@
|
|
$(MAKE) -C preproc $@
|
|
|
|
clean distclean maintainer-clean:
|
|
-$(MAKE) -C include $@
|
|
-$(MAKE) -C lib $@
|
|
-$(MAKE) -C preproc $@
|