Aegisub/core/posix/Makefile.am
David Lamparter 4001dc5eff move autotools to root
Originally committed to SVN as r370.
2006-05-06 12:58:01 +00:00

10 lines
203 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 $(srcdir)/../res.rc
/bin/sh $^
res.cpp: res.h