# # (C) Copyright 1992, ..., 2007 the "DOSEMU-Development-Team". # # for details see file COPYING.DOSEMU in the DOSEMU distribution # top_builddir=../../.. include $(top_builddir)/Makefile.conf ALL_CFLAGS+=$(DL_CFLAGS) ifdef USE_VDE CFILES=vde.c ifdef USE_DL_PLUGINS all: $(BINPATH)/bin/libplugin_vde.so $(LIB) endif endif include $(REALTOPDIR)/src/Makefile.common ifdef USE_DL_PLUGINS $(BINPATH)/bin/libplugin_vde.so: $(OBJS) $(CC) $(ALL_LDFLAGS) -shared -o $@ $^ $(VDELIB) $(AR) crs $(LIB) endif