summaryrefslogtreecommitdiff
path: root/i/simulotron/src/Makefile.am
diff options
context:
space:
mode:
authorhaller2005-11-27 23:27:49 +0000
committerhaller2005-11-27 23:27:49 +0000
commit349a66d2b2f8e725df8634f9d2947319245fb291 (patch)
tree6f9f912b82d4ed14978e0f296a7864fb03c6d656 /i/simulotron/src/Makefile.am
parentdb934e657caf4c471a1adf521127892eed4e14fd (diff)
Ebauche de classe socket
Mise en place de la structure automake/autoconf pour le simulotron
Diffstat (limited to 'i/simulotron/src/Makefile.am')
-rw-r--r--i/simulotron/src/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/i/simulotron/src/Makefile.am b/i/simulotron/src/Makefile.am
new file mode 100644
index 0000000..2970e77
--- /dev/null
+++ b/i/simulotron/src/Makefile.am
@@ -0,0 +1,7 @@
+bin_PROGRAMS = simulotron
+simulotron_SOURCES = main.cc \
+ socket/socket.cc socket/socket.hh
+
+simulotron_CXXFLAGS = -g -Wall -fmessage-length=0
+simulotron_LDADD =
+INCLUDES = -I../../src