1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
#1########################################################!@#$
#### Makefile.am generated automatically by KDEStudio ####
#### WARNING! All changes made in this part will be lost! ####
##############################################################
noinst_LIBRARIES = libhtmlprocessing.a
INCLUDES = $(all_includes)\
-I$(top_srcdir)/libs/tools\
-I$(top_srcdir)/src\
-I$(top_srcdir)/data\
-I$(top_srcdir)/icons
CXXFLAGS = -Wall
CFLAGS = -Wall
DEFS = -I. -I$(srcdir) -I$(top_srcdir)
libhtmlprocessing_a_METASOURCES = AUTO
libhtmlprocessing_a_SOURCES = \
htmlprocessing.cpp\
metaformatcontrol.cpp\
texthtml.cpp\
textprocessor.cpp
EXTRA_DIST = \
domain.names.us.h\
domain.names.world.h\
htmlprocessing.cpp\
htmlprocessing.h\
metaformatcontrol.cpp\
metaformatcontrol.h\
texthtml.cpp\
texthtml.h\
textprocessor.cpp\
textprocessor.h
##############################################################
#### END KDEStudio part ####
#2########################################################!@#$
|