desmume/debian/rules

24 lines
443 B
Plaintext
Raw Normal View History

2024-01-31 11:55:13 +00:00
#!/usr/bin/make -f
2024-02-01 20:03:40 +00:00
LDFLAGS=""
export LDFLAGS
CFLAGS=""
export CFLAGS
FFLAGS=""
export FFLAGS
FCFLAGS=""
export FCFLAGS
DEB_CFLAGS_SET=""
export DEB_CFLAGS_SET
DEB_CXXFLAGS_SET=""
export DEB_CXXFLAGS_SET
DEB_FFLAGS_SET=""
export DEB_FFLAGS_SET
DEB_FCFLAGS_SET=""
export DEB_FCFLAGS_SET
DEB_LDFLAGS_SET=""
export DEB_LDFLAGS_SET
2024-01-31 11:55:13 +00:00
%:
2024-02-01 09:57:14 +00:00
dh $@ --buildsystem=meson --sourcedir=desmume/src/frontend/posix --builddir=desmume/src/frontend/posix/build