dockapps/wmsmixer-0.5.1/Imakefile
Carlos R. Mafra 21625f40b5 Initial dockapps git repo
I tried to get the latest versions from dockapps.org, but I haven't
tested any of them.

More dockapps will be added as time permits.
2011-03-25 19:45:13 +01:00

16 lines
251 B
Plaintext

#ifdef NetBSDArchitecture
OSSAUDIO = -lossaudio
#else
OSSAUDIO =
#endif
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(OSSAUDIO)
CC = c++ -m32
LD = c++ -m32 -nostdlib
SRCS = wmsmixer.cc
OBJS = wmsmixer.o
ComplexProgramTarget(wmsmixer)