Re: special dependencies
Hello Martin, * Martin Kalbfuß wrote on Wed, Dec 23, 2009 at 04:42:18AM CET: > sklib_LIBRARIES = libsk.a > > libsk_a_SOURCES = \ > SKGeneral.mod \ > SKVideo.mod \ > SKVersion.mod \ > SKTime.mod > > sklib_HEADERS = \ > GeneralBase.def \ > SKGeneral.
special dependencies
Hi, I've created the following Makefile.am SUFFIXES = .c .mod .o M2CFLAGS = \ -fcheck-all \ -funbounded-by-reference \ -Wpedantic \ -Wpedantic-param-names \ -Wpedantic-cast \ -fcpp sklibdir = $(libdir)/gm2/sk sklib_LIBRARIES = libsk.a libsk_a_S