#===========================================================================#
#                                                                           #
# This file is part of the SYMPHONY MILP Solver Framework.                  #
#                                                                           #
# SYMPHONY was jointly developed by Ted Ralphs (ted@lehigh.edu) and         #
# Laci Ladanyi (ladanyi@us.ibm.com).                                        #
#                                                                           #
# The author of this file is Menal Guzelsoy                                 #
#                                                                           #
# (c) Copyright 2006-2013 Lehigh University. All Rights Reserved.           #
#                                                                           #
# This software is licensed under the Eclipse Public License. Please see    #
# accompanying file for terms.                                              #
#                                                                           #
#===========================================================================#

# $Id: Makefile.in 726 2006-04-17 04:16:00Z andreasw $

MASTERNAME = user

SYMAPPLNAME = USER

# CHANGEME: Additional sources
# - Names of your additional C/C++ source files without any extensions
ADDFILES =

# CHANGEME: Put any additional libraries here.
LIBS =

# CHANGEME: Additional flags for compilation (e.g., include flags)
CFLAGS = 

# CHANGEME: Additional options specific to MATCH

##########################################################################
#  Usually, you don't have to change anything below.
##########################################################################

USER_COMMON_FILES  = 

USER_MASTER_FILES  = user_main user_master

USER_TM_FILES      =

USER_LP_FILES      = user_lp_branch user_lp 

USER_CG_FILES      = user_cg

USER_CP_FILES      = user_cp

USER_DG_FILES      = user_dg

include ../Makefile.Applications
