gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
More fixes that make autotools working for the empty repo - Add a dummy lemon/list_graph.h file and put it in the Makefile.am - Remove the unnecesary icons from doc/icons/geom folder. - Update .hgignore
0 3 1
default
4 files changed with 10 insertions and 3 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
new binary file 100644
Ignore white space 6 line context
... ...
@@ -4,6 +4,14 @@
4 4
*.rej
5 5
*~
6 6
*.o
7
.#.*
8
Makefile.in
9
aclocal.m4
10
config.h.in
11
configure
7 12

	
8 13
syntax: regexp
9 14
html/.*
15
autom4te.cache/.*
16
build-aux/.*
17
objs.*/.*
Ignore white space 6 line context
... ...
@@ -9,7 +9,6 @@
9 9
	  cd doc; \
10 10
	  doxygen Doxyfile; \
11 11
	  cd ..; \
12
	  cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
13 12
	fi
14 13

	
15 14
doc-clean:
... ...
@@ -19,7 +18,6 @@
19 18
	  cd doc; \
20 19
	  doxygen Doxyfile; \
21 20
	  cd ..; \
22
	  cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
23 21
	fi
24 22

	
25 23
clean-local:
Ignore white space 6 line context
... ...
@@ -11,7 +11,8 @@
11 11
lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
12 12
lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
13 13

	
14
lemon_HEADERS +=
14
lemon_HEADERS += \
15
	lemon/list_graph.h
15 16

	
16 17
bits_HEADERS +=
17 18

	
0 comments (0 inline)