[Wsplgen-commits] r14 - trunk/src

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Dec 7 21:40:16 CET 2005


Author: mrchip
Date: 2005-12-07 21:40:16 +0100 (Wed, 07 Dec 2005)
New Revision: 14

Modified:
   trunk/src/Makefile
   trunk/src/profil.h
   trunk/src/test.cpp
   trunk/src/test.h
   trunk/src/test_profil.cpp
   trunk/src/test_tools.cpp
   trunk/src/test_xy.cpp
   trunk/src/tools.cpp
   trunk/src/tools.h
   trunk/src/xy.cpp
   trunk/src/xy.h
Log:
Standard Header eingef?\195?\188gt und das Makefile weiter angepasst.

Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/Makefile	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,29 +1,28 @@
-#
-# $Id$
-#
-
-.SUFFIXES: .cpp
-
-CC = gcc
-CPPFLAGS=
-LDFLAGS=
-OUTPUT_OPTIONS=
-
-PROJECT = wsplgen.exe
-TEST = test.exe
-OBJFILES = profil.o tools.o xy.o
-TESTOBJFILES = test.o test_profil.o test_tools.o test_xy.o 
-LIBS = /usr/local/lib/libstdc++.a
-# LIBS = libstdc++.a
-
-../bin/test.exe: $(TESTOBJFILES) $(OBJFILES) $(LIBS)
-	$(CC) $(LDFLAGS) -o ../bin/test.exe $(TESTOBJFILES) $(OBJFILES) $(LIBS)
-
-.cpp.o:
-	$(CC) -Wall -c $(CPPFLAGS) $*.cpp $(OUTPUT_OPTIONS)
-
-clean:
-	rm -f *.o
-
-dist-clean:
-	rm -f *.exe *.o
+#
+# $Id$
+#
+
+.SUFFIXES: .cpp
+
+CC=gcc
+CPPFLAGS=
+LDFLAGS=
+LIBS=-lstdc++
+OUTPUT_OPTIONS=
+
+PROJECT=wsplgen.exe
+TEST=test.exe
+OBJFILES=profil.o tools.o xy.o
+TESTOBJFILES=test.o test_profil.o test_tools.o test_xy.o 
+
+../bin/test.exe: $(TESTOBJFILES) $(OBJFILES)
+	$(CC) $(LDFLAGS) -o ../bin/test.exe $(TESTOBJFILES) $(OBJFILES) $(LIBS)
+
+.cpp.o:
+	$(CC) -Wall -c $(CPPFLAGS) $*.cpp $(OUTPUT_OPTIONS)
+
+clean:
+	rm -f *.o
+
+dist-clean:
+	rm -f *.exe *.o

Modified: trunk/src/profil.h
===================================================================
--- trunk/src/profil.h	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/profil.h	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //----------------------------------------------------------------------------
 #ifndef PROFILH

Modified: trunk/src/test.cpp
===================================================================
--- trunk/src/test.cpp	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/test.cpp	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //---------------------------------------------------------------------------
 #include <stdio.h>

Modified: trunk/src/test.h
===================================================================
--- trunk/src/test.h	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/test.h	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //----------------------------------------------------------------------------
 #ifndef TESTH

Modified: trunk/src/test_profil.cpp
===================================================================
--- trunk/src/test_profil.cpp	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/test_profil.cpp	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //---------------------------------------------------------------------------
 #include <stdio.h>

Modified: trunk/src/test_tools.cpp
===================================================================
--- trunk/src/test_tools.cpp	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/test_tools.cpp	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //---------------------------------------------------------------------------
 #include <stdio.h>

Modified: trunk/src/test_xy.cpp
===================================================================
--- trunk/src/test_xy.cpp	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/test_xy.cpp	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //---------------------------------------------------------------------------
 #include <stdio.h>

Modified: trunk/src/tools.cpp
===================================================================
--- trunk/src/tools.cpp	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/tools.cpp	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //---------------------------------------------------------------------------
 #include <stdio.h>

Modified: trunk/src/tools.h
===================================================================
--- trunk/src/tools.h	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/tools.h	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //---------------------------------------------------------------------------
 #ifndef TOOLSH

Modified: trunk/src/xy.cpp
===================================================================
--- trunk/src/xy.cpp	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/xy.cpp	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //---------------------------------------------------------------------------
 #include "xy.h"

Modified: trunk/src/xy.h
===================================================================
--- trunk/src/xy.h	2005-12-07 10:30:01 UTC (rev 13)
+++ trunk/src/xy.h	2005-12-07 20:40:16 UTC (rev 14)
@@ -1,6 +1,14 @@
 //
 // $Id$
 //
+// Copyright (C) 2005 STADT-LAND-FLUSS INGENIEURDIENSTE GmbH
+//
+// Authors:
+// Ulrich Kiel <u.kiel at S-L-F.de>
+//
+// This program is free software under the GPL (>=v2)
+// Read the file COPYING coming with WSPLGEN for details.
+//
 
 //---------------------------------------------------------------------------
 #ifndef XYH



More information about the Wsplgen-commits mailing list