# Makefile for src/mod/ctcp.mod/ srcdir = . depcomp = /bin/sh ../../../build/autotools/depcomp #This line is simply for configure to generate .deps/ OBJS = ctcp.o include ./.deps/includes include ../mod.mk doofus: @echo "" @echo "Let's try this from the right directory..." @echo "" @cd ../../../ && make static: ../ctcp.o clean: @rm -f .depend *.o *~ distclean: clean