version 1.62, 2009/10/14 17:07:41
|
version 1.64, 2010/03/11 00:53:09
|
Line 7 DBNAME = POSTGRESQL |
|
Line 7 DBNAME = POSTGRESQL |
|
# categories (like dbserver). | # categories (like dbserver). |
MACHTYPE = $(shell $(SRCDIR)/getmachtype.pl) | MACHTYPE = $(shell $(SRCDIR)/getmachtype.pl) |
| |
# This optional file has custom definitions created by the configure script |
# This optional file has custom definitions created by the configure script. |
-include $(SRCDIR)/custom.mk |
-include $(LOCALIZATIONDIR)/custom.mk |
| |
# If MACH was set when the make command was issued (eg., make MACH='N02'), then | # If MACH was set when the make command was issued (eg., make MACH='N02'), then |
# use its value for the output/obj directory and use the custom.mk variables | # use its value for the output/obj directory and use the custom.mk variables |
|
|
# All modules must be able to find libdsds.so. The define DRMS_LIBDIR specifies the path to | # All modules must be able to find libdsds.so. The define DRMS_LIBDIR specifies the path to |
# all libraries. | # all libraries. |
| |
GLOBALSW = -DDRMS_LIBDIR="\"$(CURDIR)/../lib/$(MACH)\"" |
GLOBALSW = -DDRMS_LIBDIR="\"$(WORKINGDIR)/lib/$(MACH)\"" |
# | # |
#***********************************************************************************************# | #***********************************************************************************************# |
| |