We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0386a50 commita8313f9Copy full SHA for a8313f9
src/interfaces/ecpg/Makefile
@@ -1,4 +1,4 @@
1
-SUBDIRS =src/includesrc/libsrc/preproc
+SUBDIRS = include lib preproc
2
3
-allinstalluninstallclean::
+allinstalluninstallclean:
4
foriin$(SUBDIRS);do (cd$$i; make$@ );done
src/interfaces/ecpg/TODO
@@ -4,7 +4,7 @@ The variables should be static.
5
The preprocessor interface is strange, to say the least It would be better
6
with a consistant unix arguments interface, perhaps builtin default
7
-filenames so they won't have to be given all the time.
+filenames so they won't have to be given all the time. (Done: MM 2/5/98)
8
9
Preprocessor cannot do syntax checking on your SQL statements Whatever you
10
write is copied more or less exactly to the postgres95 and you will not be
@@ -46,3 +46,8 @@ scripts. Speed will never be accomplished in this way. To do this you need a
46
bigger insight in the database construction and the use of the database than
47
could be realised in a script.
48
49
+Now comes my list (MM):
50
+
51
+libecpg should be made a shared library.
52
53
+Makefiles have to able to correctly install and clean.