Makefile.am 686 B

12345678910111213141516171819
  1. # ## Process this file with automake to produce Makefile.in
  2. AM_CPPFLAGS = \
  3. -I$(top_srcdir)/lib \
  4. -I$(top_srcdir)/lib/common \
  5. $(GTK_CFLAGS:-I%=-isystem%) $(GLUT_CFLAGS) $(GTKGL_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS) $(XRENDER_CFLAGS)
  6. if WITH_SMYRNA
  7. noinst_HEADERS = glcompbutton.h glcompdefs.h glcomplabel.h \
  8. glcomppanel.h glcompset.h glcomptexture.h \
  9. glpangofont.h glcomptextpng.h glcompfont.h glcompmouse.h \
  10. glutils.h glcompimage.h opengl.h
  11. noinst_LTLIBRARIES = libglcomp_C.la
  12. endif
  13. libglcomp_C_la_SOURCES = glcompbutton.c glcomplabel.c \
  14. glcomppanel.c glcompset.c glcomptexture.c glcomptextpng.c\
  15. glpangofont.c glutils.c glcompimage.c glcompmouse.c glcompfont.c