diff options
Diffstat (limited to 'cad/netgen/files/patch-ngsolve.Makefile')
-rw-r--r-- | cad/netgen/files/patch-ngsolve.Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/cad/netgen/files/patch-ngsolve.Makefile b/cad/netgen/files/patch-ngsolve.Makefile deleted file mode 100644 index 00e79fd..0000000 --- a/cad/netgen/files/patch-ngsolve.Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- ngsolve/Makefile.orig Tue Nov 16 10:14:27 2004 -+++ ngsolve/Makefile Wed Nov 17 23:18:39 2004 -@@ -89,14 +89,14 @@ - pebblesinc = -I../../pebbles_old/libsrc/setup -I../../pebbles_old/libsrc/solver -I../../pebbles_old/libsrc/prepro -I../../pebbles_old/libsrc/parallel -I../../pebbles_old/libsrc - # - $(lib):: $(src) -- $(CPLUSPLUS) -c -I. -I../libsrc -I../libsrc/include -I../libsrc/interface -Iinclude $(pebblesinc) $(CPLUSPLUSFLAGS2) -DNETGEN_ELTRANS $? -+ $(CPLUSPLUS) -c -I. -I../libsrc -I../libsrc/include -I../libsrc/interface -Iinclude $(pebblesinc) $(CPLUSPLUSFLAGS2) $(CPLUSPLUSFLAGS3) -DNETGEN_ELTRANS $? - $(AR) $(ARFLAGS) $@ *.o - mv *.o ../lib/$(MACHINE) - -$(RM) *.o - -@$(RANLIB) $@ - # - $(lib2):: $(src2) -- $(CPLUSPLUS) -c -I. -I../libsrc/interface -Iinclude $(CPLUSPLUSFLAGS2) $? -+ $(CPLUSPLUS) -c -I. -I../libsrc/interface -Iinclude $(CPLUSPLUSFLAGS2) $(CPLUSPLUSFLAGS3) $? - $(AR) $(ARFLAGS) $@ *.o - -$(RM) *.o - -@$(RANLIB) $@ |