#
# Connect application. Icon window shows Connect load
#

include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_USER_ROOT)

# Application
APP_NAME = Connect
Connect_APPLICATION_ICON = PPP.tiff

# Header files
Connect_HEADERS = AppController.h \
									AppDefaults.h \
									AppIcon.h \
                  PPPSession.h \
                  SessionWindow.h \
                  Info.h \
                  SessionPrefs/Panel.h \
                  SessionPrefs/Connection.h \
                  SessionPrefs/Modem.h \
                  SessionPrefs/Dialing.h \
                  SessionPrefs/Network.h \
                  SessionPrefs/Compression.h \
                  SessionPrefs/Authentication.h

# Class files
Connect_OBJC_FILES = Connect_main.m \
                     AppController.m \
										 AppDefaults.m \
										 AppIcon.m \
                     PPPSession.m \
                     SessionWindow.m \
                     Info.m \
                     SessionPrefs/Panel.m \
                     SessionPrefs/Connection.m \
                     SessionPrefs/Modem.m \
                     SessionPrefs/Dialing.m \
                     SessionPrefs/Network.m \
                     SessionPrefs/Compression.m \
                     SessionPrefs/Authentication.m

# Resources files
Connect_RESOURCE_FILES = Images/Mask.tiff \
                         Images/PPP.tiff \
                         Images/PPP-on.tiff \
                         Images/PPP-off.tiff \
                         ConnectInfo.plist

# Makefiles
-include GNUmakefile.preamble

include $(GNUSTEP_MAKEFILES)/application.make

-include GNUmakefile.postamble
