root/trunk/midgard/apis/mono/sources/Makefile.am

Revision 16235, 268 bytes (checked in by everaldo, 7 months ago)

Remove unused get-sources target, now we can use headers installed on system

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 SOURCE_DIRS = \
3         midgard
4
5 EXTRA_DIST = midgard-sharp-sources.xml
6
7 api:
8         PERLLIB=$(GTKSHARP_PREFIX)/share/perl5 \
9         PATH=$(GTKSHARP_PREFIX)/bin:$$PATH \
10         gapi2-parser midgard-sharp-sources.xml
11
12 clean:
13         @for i in $(SOURCE_DIRS); do \
14                 rm -rf $$i ;             \
15         done;
Note: See TracBrowser for help on using the browser.