Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
c1e55438
Commit
c1e55438
authored
Apr 19, 2012
by
Hampton Catlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaning up the SassCPP build rules
parent
7eabc206
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
Makefile
Makefile
+2
-6
No files found.
Makefile
View file @
c1e55438
...
@@ -12,15 +12,11 @@ CPP_FILES = \
...
@@ -12,15 +12,11 @@ CPP_FILES = \
$(SRC_DIR)
/values.cpp
\
$(SRC_DIR)
/values.cpp
\
$(SRC_DIR)
/prelexer.cpp
$(SRC_DIR)
/prelexer.cpp
sasscpp
:
$(SRC_DIR)/sasscpp.cpp $(CPP_FILES)
g++
-o
$(BIN_DIR)
/sasscpp
$(SRC_DIR)
/sasscpp.cpp
$(CPP_FILES)
sassc
:
sassc_obj libsass
sassc
:
sassc_obj libsass
gcc
-o
$(BIN_DIR)
/sassc
$(BUILD_DIR)
/sassc.o libsass.a
-lstdc
++
gcc
-o
$(BIN_DIR)
/sassc
$(BUILD_DIR)
/sassc.o libsass.a
-lstdc
++
sassc_obj
:
$(SRC_DIR)/sassc.c
sassc_obj
:
build_dir $(SRC_DIR)/sassc.c
gcc
-c
$(SRC_DIR)
/sassc.c
mv
*
.o
$(BUILD_DIR)
mv
$(SRC_DIR)
/
*
.o
$(BUILD_DIR)
/.
libsass
:
libsass_objs
libsass
:
libsass_objs
ar rvs libsass.a
\
ar rvs libsass.a
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment