# # (C) Copyright 1992, ..., 2005 the "DOSEMU-Development-Team". # # for details see file COPYING in the DOSEMU distribution # top_builddir=../../.. include $(top_builddir)/Makefile.conf CFLAGS+=$(DL_CFLAGS) ifdef USE_GPM CFILES=mouse_gpm.c ifdef USE_DL_PLUGINS all: $(BINPATH)/bin/libplugin_gpm.so $(LIB) endif endif include $(REALTOPDIR)/src/Makefile.common ifdef USE_DL_PLUGINS $(BINPATH)/bin/libplugin_gpm.so: $(OBJS) $(CC) $(LDFLAGS) -shared -o $@ $^ $(GPMLIB) $(AR) crs $(LIB) endif