Browse Source

* fpcmaked

peter 26 years ago
parent
commit
11e88c1f4c
2 changed files with 926 additions and 73 deletions
  1. 889 73
      fcl/db/Makefile
  2. 37 0
      fcl/db/Makefile.fpc

File diff suppressed because it is too large
+ 889 - 73
fcl/db/Makefile


+ 37 - 0
fcl/db/Makefile.fpc

@@ -0,0 +1,37 @@
+#
+#   Makefile.fpc for shedit
+#
+
+[targets]
+units=db ddg_ds ddg_rec mysqldb
+programs=testds createds mtest
+
+[dirs]
+fpcdir=../..
+unitdir=../$(OS_TARGET)
+targetdir=.
+
+[libs]
+libgcc=1
+
+[defaults]
+defaultunits=1
+defaultcpu=i386
+defaultoptions=-S2
+
+[rules]
+vpath %$(PASEXT) $(INC) $(XML)
+
+INCFILES=
+
+db$(PPUEXT): db.pp fields.inc dataset.inc dbs.inc
+
+ddg_ds$(PPUEXT): db$(PPUEXT) ddg_rec$(PPUEXT) ddg_ds$(PASEXT)
+
+testds$(EXEEXT): ddg_ds$(PPUEXT) testds$(PASEXT)
+
+createds$(EXEEXT): createds$(PASEXT) ddg_rec$(PPUEXT)
+
+mysqldb$(PPUEXT): db$(PPUEXT) mysqldb$(PASEXT)
+
+mtest$(EXEEXT): mysqldb$(PPUEXT) mtest$(PASEXT)

Some files were not shown because too many files changed in this diff