Skip to content

Commit c857047

Browse files
author
Thomas Kalka
committed
do not include src to java-front any more
be dependent on java-front instead this will allow installation of this package in the future
1 parent 1c4d18f commit c857047

File tree

453 files changed

+346
-29187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+346
-29187
lines changed

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Makefile.in
1616
*.tbl
1717
*.la
1818
*.lo
19+
*.Po
20+
*.m4
1921
.gedit-save*
2022
*.sdf
2123
tools/auto-java-front
@@ -33,13 +35,12 @@ java-front.pc
3335
config.status
3436
libtool
3537
java-front.spec
36-
*.Po
3738
*/.deps/*
38-
*.m4
39+
*/*.m4
3940
config/config.guess
4041
config/config.sub
4142
*/autom4te.cache/*
4243
configure
4344
ltmain.sh
44-
45+
.svn
4546

COPYING

-516
This file was deleted.

INSTALL

-302
This file was deleted.

Makefile.am

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
include $(top_srcdir)/Makefile.xt
22

3-
SUBDIRS = news-archive syntax syntax-embedding lib tools test
4-
pkgdata_DATA = java-front.m4
3+
SUBDIRS = tools
4+
#pkgdata_DATA = j2py.m4
55

66
BOOTCLEAN_SUBDIRS = $(SUBDIRS)
77
DIST_SUBDIRS = $(SUBDIRS)
8-
EXTRA_DIST = $(pkgdata_DATA) Makefile.xt java-front.spec java-front.spec.in java-front.pc bootstrap autoxt.m4
8+
EXTRA_DIST = # TODO $(pkgdata_DATA) Makefile.xt autoxt.m4 #java-front.spec java-front.spec.in java-front.pc bootstrap
99
CLEANFILES = XTC
1010

1111
XTC_IMPORT = $(STRATEGOXT)/share/strategoxt/XTC
1212

1313
ACLOCAL_AMFLAGS = -I .
1414

15-
pkgconfig_DATA = java-front.pc
15+
pkgconfig_DATA = j2py.pc

0 commit comments

Comments
 (0)