mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
5155215b68
Changed SharedLibrary rule so it can generate .la files, like libtool Added some bluring of preview image, although it pretty sucks emountd will now use global HAL flags and libraries
25 lines
641 B
Plaintext
25 lines
641 B
Plaintext
#
|
|
# $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) ;
|
|
InstallEdeProgram emountd ;
|
|
EdeManual emountd.txt ;
|