mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
a77033585c
If a save and correct resize is not possible I forbid resizing. I hope I got all of them :) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@243 a592a061-630c-0410-9148-cb99ea01b6c8
53 lines
875 B
Makefile
53 lines
875 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
noinst_PROGRAMS = insets.o
|
|
LIBS=
|
|
LDFLAGS=
|
|
ETAGS_ARGS = --c++
|
|
INCLUDES = -I${srcdir}/../
|
|
CXXLINK = $(LD) -r -o $(noinst_PROGRAMS)
|
|
|
|
insets_o_SOURCES = \
|
|
figinset.C \
|
|
figinset.h \
|
|
form_url.C \
|
|
form_url.h \
|
|
inset.C \
|
|
insetbib.C \
|
|
insetbib.h \
|
|
insetcommand.C \
|
|
insetcommand.h \
|
|
inseterror.C \
|
|
inseterror.h \
|
|
insetinclude.C \
|
|
insetinclude.h \
|
|
insetindex.C \
|
|
insetindex.h \
|
|
insetinfo.C \
|
|
insetinfo.h \
|
|
insetlabel.C \
|
|
insetlabel.h \
|
|
insetlatex.C \
|
|
insetlatex.h \
|
|
insetlatexaccent.C \
|
|
insetlatexaccent.h \
|
|
insetloa.C \
|
|
insetloa.h \
|
|
insetlof.C \
|
|
insetlof.h \
|
|
insetlot.C \
|
|
insetlot.h \
|
|
insetparent.C \
|
|
insetparent.h \
|
|
insetquotes.C \
|
|
insetquotes.h \
|
|
insetref.C \
|
|
insetref.h \
|
|
insetspecialchar.C \
|
|
insetspecialchar.h \
|
|
insettoc.C \
|
|
insettoc.h \
|
|
inseturl.C \
|
|
inseturl.h \
|
|
lyxinset.h
|