diff options
author | Marc G. Fournier | 1998-02-10 16:44:17 +0000 |
---|---|---|
committer | Marc G. Fournier | 1998-02-10 16:44:17 +0000 |
commit | 38201e21d0849a469e165085e4d12ac0969f5018 (patch) | |
tree | b9e0e9db026ea6b3838f57025aebbca014f998f4 /src/interfaces/ecpg/include/Makefile | |
parent | a8313f9671c621852dbdf16b6f47e19ceda489ea (diff) |
Erk, the whole directory structure changed on us here...
Diffstat (limited to 'src/interfaces/ecpg/include/Makefile')
-rw-r--r-- | src/interfaces/ecpg/include/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/Makefile b/src/interfaces/ecpg/include/Makefile new file mode 100644 index 00000000000..08bc9df7f2d --- /dev/null +++ b/src/interfaces/ecpg/include/Makefile @@ -0,0 +1,16 @@ +# Generated automatically from Makefile.in by configure. +SRCDIR= ../../.. +include $(SRCDIR)/Makefile.global + +all clean:: + @echo Nothing to be done. + +install:: + install ecpglib.h $(HEADERDIR) + install ecpgtype.h $(HEADERDIR) + install sqlca.h $(HEADERDIR) + +uninstall:: + rm -f $(HEADERDIR)/ecpglib.h + rm -f $(HEADERDIR)/ecpgtype.h + rm -f $(HEADERDIR)/sqlca.h |