mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
25 lines
649 B
Plaintext
25 lines
649 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) $(LIBM) ;
|
|
InstallEdeProgram emountd ;
|
|
EdeManual emountd.txt ;
|