# Generated by configure.sh all: bfe2 distclean: clean rm -f Makefile gtkrc-bfe-sample bferc-sample clean: rm -f bfe2 *.o core __*__ bfe2: bochs.o breakpoints.o ctrl.o gtk.o history.o main.o memory.o misc.o prefs.o state.o structures.o watchpoints.o cc -o bfe2 bochs.o breakpoints.o ctrl.o gtk.o history.o main.o memory.o misc.o prefs.o state.o structures.o watchpoints.o `pkg-config --libs gtk+` .c.o: cc -O2 -Wall -o $@ -c $< `pkg-config --cflags gtk+` -DBOCHS_PATH="\"bochs -q\"" -DCFGDIR="\"/usr/local/etc\"" bochs.o: bochs.c common.h functions.h Makefile breakpoints.o: breakpoints.c common.h functions.h Makefile ctrl.o: ctrl.c common.h functions.h Makefile gtk.o: gtk.c common.h functions.h Makefile history.o: history.c common.h functions.h Makefile main.o: main.c common.h functions.h Makefile memory.o: memory.c common.h functions.h Makefile misc.o: misc.c common.h functions.h Makefile prefs.o: prefs.c common.h functions.h Makefile state.o: state.c common.h functions.h Makefile structures.o: structures.c common.h functions.h Makefile watchpoints.o: watchpoints.c common.h functions.h Makefile install: bfe2 strip bfe2 (umask 022 ; /bin/mkdir -m 0755 -p /usr/local/bin) install -o root -g root -m 0755 bfe2 /usr/local/bin (umask 022 ; /bin/mkdir -m 0755 -p /usr/local/etc) install -o root -g root -m 0644 .gtkrc-bfe /usr/local/etc/gtkrc-bfe (umask 022 ; /bin/mkdir -m 0755 -p /usr/local/share/doc/bfe2) install -o root -g root -m 0644 BUGS CHANGELOG COMMANDS COPYRIGHT INSTALL README.bferc TODO bferc-sample /usr/local/share/doc/bfe2