# # $Id$ # # Part of Equinox Desktop Environment (EDE). # Copyright (c) 2008 EDE Authors. # # This program is licensed under the terms of the # GNU General Public License version 2 or later. # See COPYING for the details. SubDir TOP emountd ; SOURCE = emountd.cpp ; ObjectC++Flags $(SOURCE) : -Wno-long-long # libhal have a bug that fails on C++ with '-pedantic' flag [ RemoveFlag -pedantic : $(GLOBALFLAGS) ] $(EDELIBINCLUDE) $(HALINCLUDE) ; Main emountd : $(SOURCE) ; LinkAgainst emountd : $(EDELIBLIB) $(HALLIB) $(STDLIB) $(LIBM) ; InstallEdeProgram emountd ; EdeManual emountd.txt ;