summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/Makefile
blob: 6a1fb3f612de14f4fa19671be78e4e036ebe8def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OBJS = \
    IRCClient.o \
    IRCChannel.o \
    IRCQuery.o \
    IRCLogBuffer.o \
    IRCAppWindow.o \
    IRCWindow.o \
    IRCWindowListModel.o \
    IRCChannelMemberListModel.o \
    main.o

PROGRAM = IRCClient

LIB_DEPS = GUI HTML Draw Protocol IPC Thread Pthread Core

include ../../Makefile.common