kobodl/data/sfx/Makefile.am
Ville Lindholm dbc223eb84
Initial commit
Import existing source tree; original VCS history is no longer available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-28 16:35:31 +03:00

20 lines
338 B
Makefile

KOBOSFX_OBJECTS = *.agw *.mid *.h
if BUILD_MACOSX_BUNDLE
kobosfxdir = $(srcdir)/../@PACKAGE@.app/Contents/Resources/sfx
else
if BUILD_SIMPLE_BUNDLE
kobosfxdir = $(srcdir)/../@PACKAGE@/sfx
else
kobosfxdir = $(datadir)/kobo-deluxe/sfx
endif
endif
kobosfx_DATA = $(KOBOSFX_OBJECTS)
EXTRA_DIST = $(KOBOSFX_OBJECTS)
CLEANFILES = *_c.raw