File: Makefile.am

package info (click to toggle)
asc 2.6.1.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 81,740 kB
  • sloc: cpp: 158,704; sh: 11,544; ansic: 6,736; makefile: 604; perl: 138
file content (14 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

MAINTAINERCLEANFILES	= Makefile.in

AM_CXXFLAGS          = $(SDL_CFLAGS) $(SIGC_CFLAGS)  @LokiInclude@ 

noinst_LTLIBRARIES 	= libtasks.la libtaskcore.la

libtaskcore_la_SOURCES	= abstracttaskcontainer.cpp taskhibernatingcontainer.cpp 
libtaskcore_la_LIBADD	= @SDL_LIBS@

libtasks_la_SOURCES	= abstracttaskcontainer.cpp taskcontainer.cpp
libtasks_la_LIBADD	= @SDL_LIBS@

EXTRA_DIST=$(srcdir)/*.h