#include "../Wine.tmpl" MODULE = misc SRCS = \ atom.c \ clipboard.c \ comm.c \ cursor.c \ dos_fs.c \ exec.c \ file.c \ keyboard.c \ lstr.c \ main.c \ message.c \ profile.c \ rect.c \ sound.c \ spy.c \ stress.c \ user.c \ winsocket.c OBJS = $(SRCS:.c=.o) WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS)) DependTarget() CleanTarget() includes:: install::