Aegisub/core/posix/Makefile.am
David Lamparter 4036f73e43 autoconf / automake
Originally committed to SVN as r240.
2006-03-25 16:14:24 +00:00

10 lines
204 B
Makefile

noinst_LIBRARIES = libposix.a
nodist_libposix_a_SOURCES = res.cpp
CLEANFILES = res.cpp res.h
EXTRA_DIST = genres.sh defines.h
res.h: $(srcdir)/genres.sh $(top_srcdir)/res.rc
/bin/sh $^
res.cpp: res.h