Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Makefile stuff ....
Browse files Browse the repository at this point in the history
svn path=/trunk/debugger/; revision=59158
  • Loading branch information
Martin Baulig committed Apr 6, 2006
1 parent 3a67224 commit 16169cc
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions test/Makefile.am
@@ -1,31 +1 @@
SUBDIRS = src testsuite

MCS_FLAGS=-debug -unsafe

noinst_SCRIPTS = \
TestAssembly.exe TestModule.dll \
MultiThread.exe Simple.exe

noinst_LTLIBRARIES=libfoo.la

noinst_PROGRAMS = testnativetypes module

EXTRA_DIST = \
TestAssembly.cs TestModule.cs \
MultiThread.cs Simple.cs mdb.exp

testnativetypes_SOURCES = testnativetypes.c

module_SOURCES = module.c
module_LDADD = -ldl

libfoo_la_SOURCES = foo.c

%.exe:%.cs
$(MCS) $(MCS_FLAGS) -out:$@ $<

%.dll:%.cs
$(MCS) $(MCS_FLAGS) /target:library -out:$@ $<

CLEANFILES = *.exe *.mdb *.dll *.so *.dbg a.out *.log *.sum dbg.out

0 comments on commit 16169cc

Please sign in to comment.