OSDN Git Service

Added files comprising RDA.
[pf3gnuchains/pf3gnuchains3x.git] / rda / win32 / Makefile.am
diff --git a/rda/win32/Makefile.am b/rda/win32/Makefile.am
new file mode 100644 (file)
index 0000000..b1550e3
--- /dev/null
@@ -0,0 +1,17 @@
+## Process this with automake to create Makefile.in
+
+AUTOMAKE_OPTIONS = foreign
+
+noinst_PROGRAMS = server
+
+INCLUDES = -I$(srcdir) -I$(srcdir)/../include
+
+CC = gcc
+CFLAGS = -g
+CXXFLAGS = $(CFLAGS)
+
+
+server_SOURCES = server.cc 
+EXTRA_server_SOURCES = win32-target.cc win32-strace.cc child_process.cc
+server_LDADD = $(TARGET_MODULES) ../lib/librda.a
+server_DEPENDENCIES = $(server_OBJECTS) $(TARGET_MODULES)