mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
ws changes and make distclean work for sigc as well
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4023 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
78fd880838
commit
d7ed6f5c3c
@ -1,6 +1,10 @@
|
||||
SUBDIRS = macros
|
||||
DISTCLEANFILES= *.orig *.rej *~ *.bak core config.log config.status
|
||||
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/sigc++config* $(srcdir)/stamp* $(srcdir)/aclocal.m4 $(srcdir)/acinclude.m4
|
||||
DISTCLEANFILES = *.orig *.rej *~ *.bak core config.log config.status \
|
||||
slot.h object_slot.h func_slot.h class_slot.h basic_signal.h \
|
||||
convert.h bind.h rettype.h retbind.h
|
||||
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in $(srcdir)/configure \
|
||||
$(srcdir)/sigc++config* $(srcdir)/stamp* $(srcdir)/aclocal.m4 \
|
||||
$(srcdir)/acinclude.m4
|
||||
ETAGS_ARGS = --lang=c++
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/.. -I$(top_builddir)/..
|
||||
@ -34,4 +38,3 @@ Makefile: $(BUILT_SOURCES)
|
||||
$(M4) $(M4_INCLUDES) $(DEFINES) $< > $(top_builddir)/$@
|
||||
|
||||
all-local: $(noinst_LTLIBRARIES)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user