mirror of https://github.com/odrling/Aegisub
15 lines
297 B
Makefile
15 lines
297 B
Makefile
EXTRA_DIST = genxpm.sh $(srcdir)/*.bmp $(srcdir)/*.ico
|
|
CLEANFILES = Makefile.bitmaps *.xpm
|
|
|
|
.PHONY: all-bitmaps
|
|
|
|
Makefile.bitmaps: $(srcdir)/genxpm.sh $(srcdir)/../res.rc
|
|
/bin/sh $^ $(srcdir) >$@
|
|
|
|
all: all-bitmaps
|
|
|
|
all-bitmaps: Makefile.bitmaps
|
|
make -f Makefile.bitmaps CONVERT=$(CONVERT) all
|
|
|
|
|