X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/03c052913b81ba14d379646431ff939a44ae4a0c..99826b0efd53ab95c9416fbb0b3d08abfbb12724:/util/imake.includes/Imake.rules diff --git a/util/imake.includes/Imake.rules b/util/imake.includes/Imake.rules index 2a5a81dc..3bff17ff 100644 --- a/util/imake.includes/Imake.rules +++ b/util/imake.includes/Imake.rules @@ -457,13 +457,19 @@ clean:: @@\ $(RM) concat(file,.ec) concat(file,.c) #endif #ifdef ORACLE +/* have to undef these to keep the ORADEFS line from being attacked */ +#undef HESIOD +#undef ZEPHYR +#undef GDSS +#undef ATHENA +ORADEFS= DEFINE=HESIOD DEFINE=ZEPHYR DEFINE=GDSS DEFINE=ATHENA #define sqlrule() @@\ .SUFFIXES: .pc .dc @@\ .dc.pc: @@\ $(AWK) -f $(SRCTOP)/util/imake.includes/oracle.awk < $< > $*.pc @@\ @@\ .pc.c: @@\ - /usr/oracle/bin/pcc INAME=$*.pc + /usr/oracle/bin/proc INAME=$*.pc INCLUDE=$(BUILDTOP)/include INCLUDE=$(BUILDTOP)/lib INCLUDE=$(INCLDIR) $(ORADEFS) #define sqlfile(file) @@\ concat(file,.pc): concat(file,.dc) @@\ concat(file,.c): concat(file,.pc) @@\