Line | |
---|
1 | # $Id: $ |
---|
2 | |
---|
3 | if USE_CSHARP |
---|
4 | noinst_DATA = libCucul.dll libCaca.dll test.exe |
---|
5 | endif |
---|
6 | |
---|
7 | EXTRA_DIST = AssemblyInfo.cs \ |
---|
8 | Cucul.cs \ |
---|
9 | Caca.cs \ |
---|
10 | libCucul.dll.config \ |
---|
11 | libCaca.dll.config \ |
---|
12 | test.cs |
---|
13 | |
---|
14 | libCucul.dll: AssemblyInfo.cs Cucul.cs |
---|
15 | gmcs $^ -out:$@ -target:library -unsafe |
---|
16 | |
---|
17 | libCaca.dll: AssemblyInfo.cs Caca.cs |
---|
18 | gmcs $^ -out:$@ -target:library -r:./libCucul.dll -lib:./ -unsafe |
---|
19 | |
---|
20 | test.exe: test.cs libCaca.dll libCucul.dll |
---|
21 | gmcs test.cs -out:$@ -r:./libCucul.dll -r:./libCaca.dll -lib:./ -unsafe |
---|
22 | |
---|
23 | clean-local: |
---|
24 | rm -f *.exe *.dll |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.